# Begin: Custom commands for incoming e-mails AFTER decryption log(1, 'Begin: Custom commands for incoming e-mails AFTER decryption'); # Begin: Remove sensitivity header from incoming e-mails log(1, 'Begin: Remove sensitivity header from incoming e-mails'); if (compare('sensitivity', 'match', '.*')) { rmheader('sensitivity'); log(1,'sensitivity header found and removed'); } log(1, 'End: Remove sensitivity header from incoming e-mails'); # End: Remove sensitivity header from incoming e-mails log(1, 'End: Custom commands for incoming e-mails AFTER decryption'); # End: Custom commands for incoming e-mails AFTER decryption